home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / space / spacecraft.exe / scripts / DefineButton2_221 / BUTTONCONDACTION on(press).as
Text File  |  2002-10-22  |  136b  |  9 lines

  1. on(press){
  2.    startDrag("/schiff","1","300","100","40","280");
  3.    tellTarget("..")
  4.    {
  5.       play();
  6.    }
  7.    gotoAndStop(2);
  8. }
  9.